CompoundFile Constructor (String) |
Initializes a new instance of the CompoundFile class based on the supplied file.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic CompoundFile(
string filePath
)
Public Sub New (
filePath As String
)
Parameters
- filePath
- Type: SystemString
File path.
See Also